.sm-simple {
    display: flex;
}
    
.sm-simple li {
    flex: auto;
    text-align: center;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
    color: #fff;
    text-transform: uppercase;
    font-family: proxima-nova, "Lato", Sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-simple a.highlight {
	border-bottom: solid 2px #f58d3f;
}

.sm-simple a.disabled {
    color: #ccc;
}




@media (min-width: 768px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    
    /* ...end */